Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / GGSI Method


In This Topic
    GGSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub GGSI( _
       ByVal hGSI As System.Object, _
       ByVal IGSI As System.Windows.Input.TouchEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim hGSI As System.Object
    Dim IGSI As System.Windows.Input.TouchEventArgs
     
    instance.GGSI(hGSI, IGSI)
    internal void GGSI( 
       System.object hGSI,
       System.Windows.Input.TouchEventArgs IGSI
    )

    Parameters

    hGSI
    IGSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also